home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000013_news@columbia.edu _Fri Sep 1 10:07:37 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA29269
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 1 Sep 2000 10:07:35 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA08757
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 1 Sep 2000 10:07:34 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA19623
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 1 Sep 2000 10:02:08 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: File transfer Linux <-> NT with RS232
  14. Date: 1 Sep 2000 14:02:06 GMT
  15. Organization: Columbia University
  16. Message-ID: <8oocsu$j54$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8onlt1$p9n$1@nnrp1.deja.com>,  <boris_waibel@my-deja.com> wrote:
  20. : I have to transfer some files between a Linux box (568) and an Windoews
  21. : NT machine. The only connection betweeen the two is an RS232 cable
  22. : (serial ports). I would like to have a transfer program working like
  23. : ftp. Is kermit the right tool for it ???
  24. Yes.  Use a null modem cable (or modem cable with null-modem adapter, also
  25. called a "modem eliminator") to connect the two computers.  The Kermit
  26. software for Linux is here:
  27.  
  28.   http://www.columbia.edu/kermit/ckermit.html
  29.  
  30. and for NT is here:
  31.  
  32.   http://www.columbia.edu/kermit/k95.html
  33.  
  34. - Frank